home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
WINDOWS
/
WINREFER.ARJ
/
WORD.FOR
< prev
next >
Wrap
Text File
|
1992-09-17
|
2KB
|
64 lines
/* Formats suitable for use "naked" with Word for Windows */
/* Si Dobson, 14-9-1992 */
description "Word for Windows (sequence numbers)"
/* use RTF to communicate with Word */
language { RTF }
/* tags are complicated... */
tag { "["
"{\field{\*\fldinst ref "
MajorAuthor(Surname) Date(Century) Unique
"}{\fldrslt 1}}"
"]" }
/* paper from journal */
format { Title Authors Journal [ Vol No ] Date [ Pages ] [ Others ] }
as { "["
"{\field{\*\fldinst set "
MajorAuthor(Surname) Date(Century) Unique
" {\field{\*\fldinst seq Reference}{\fldrslt 1}}}{\fldrslt 1}}{\field{\*\fldinst ref "
MajorAuthor(Surname) Date(Century) Unique
"}{\fldrslt 1}}"
"]" Tab
MajorAuthor(Surname ", " Initials) [ ", " MinorAuthors(Initials " " Surname) ]
", " 66 italic { Title "," } 99
" " Journal [ " " Vol [ "(" bold { No } ")" ] ] " (" Date ")" [ " pp." Pages ]
"."
[ " " Others "." ]
Para }
/* book */
format { Title Authors Publisher [ City ] Date [ Others ] }
as { "["
"{\field{\*\fldinst set "
MajorAuthor(Surname) Date(Century) Unique
" {\field{\*\fldinst seq Reference}{\fldrslt 1}}}{\fldrslt 1}}{\field{\*\fldinst ref "
MajorAuthor(Surname) Date(Century) Unique
"}{\fldrslt 1}}"
"]" Tab
MajorAuthor(Surname ", " Initials) [ ", " MinorAuthors(Initials " " Surname) ]
", " 66 italic { Title "," } 99
" " Publisher [ ", " City ] [ " (" Date ")" ]
"."
[ " " Others "." ]
Para }
/* technical report */
format { Title Authors Publisher ReportNo Date [ Others ] }
as { "["
"{\field{\*\fldinst set "
MajorAuthor(Surname) Date(Century) Unique
" {\field{\*\fldinst seq Reference}{\fldrslt 1}}}{\fldrslt 1}}{\field{\*\fldinst ref "
MajorAuthor(Surname) Date(Century) Unique
"}{\fldrslt 1}}"
"]" Tab
MajorAuthor(Surname ", " Initials) [ ", " MinorAuthors(Initials " " Surname) ]
", " 66 italic { Title "," } 99
" Technical report " ReportNo ", " Publisher [ " (" Date ")" ]
"."
[ " " Others "." ]
Para }